PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageDefaults Class / setRotation Method
The default page rotation for a flow document.
In This Topic
    setRotation Method
    In This Topic
    Sets the default page rotation.
    The accepted values for this property are 0, 90, 180 and 270 degrees.
    Syntax
    public void setRotation( 
       int rotation
    )

    Parameters

    rotation
    The default page rotation for a flow document.
    Exceptions
    ExceptionDescription
    When rotation has a value outside the accepted set.
    See Also